OSDN Git Service

Cleanup DoubleBufferedTexture and SharedTexture classes.
authorDerek Sollenberger <djsollen@google.com>
Wed, 20 Oct 2010 15:19:43 +0000 (11:19 -0400)
committerDerek Sollenberger <djsollen@google.com>
Fri, 22 Oct 2010 12:07:58 +0000 (08:07 -0400)
commitf56ebc1167a793612f34175b5e33db5cef631457
tree52757a2eb1c198afa2ef2fff136c885c3bbb5510
parent47576fc759b81fe0b6571fcb3a7910bd304db739
Cleanup DoubleBufferedTexture and SharedTexture classes.

The cleanup consisted of...
1. removing uneeded mutex calls
2. ensuring user's of the class fully initialize them before use
3. hiding protected variables to prevent potential misuse by subclasses

There will be a follow on CL focusing on cleaning up the use of mutexes
in BackedDoubleBufferedTexture.

Change-Id: Ia642d54d8a5b154ac287640a07d8b2c0e5d85334
WebCore/platform/graphics/android/BackedDoubleBufferedTexture.cpp
WebCore/platform/graphics/android/BackedDoubleBufferedTexture.h
WebCore/platform/graphics/android/DoubleBufferedTexture.cpp
WebCore/platform/graphics/android/DoubleBufferedTexture.h
WebCore/platform/graphics/android/SharedTexture.cpp
WebCore/platform/graphics/android/TilesManager.cpp