diff options
author | Mathias Agopian <mathias@google.com> | 2011-07-20 16:46:11 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-07-20 16:53:13 -0700 |
commit | 50c24a2000c785f8be2367e1fc7938a5eda5c9e8 (patch) | |
tree | 4f6b33dae6fad115e014290b2535c0b931c9d0a1 /include/gui | |
parent | f07b8a3f691be39083fb5163f9456bcfa566f93f (diff) | |
download | frameworks_base-50c24a2000c785f8be2367e1fc7938a5eda5c9e8.zip frameworks_base-50c24a2000c785f8be2367e1fc7938a5eda5c9e8.tar.gz frameworks_base-50c24a2000c785f8be2367e1fc7938a5eda5c9e8.tar.bz2 |
clean-up. get rid ofunused code and members in Surface[Control].cpp
Change-Id: Ia7790ae28af2c2ac99eae01c2c5044ace4a490a4
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/ISurfaceTexture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gui/ISurfaceTexture.h b/include/gui/ISurfaceTexture.h index e764425..bc630ae 100644 --- a/include/gui/ISurfaceTexture.h +++ b/include/gui/ISurfaceTexture.h @@ -79,8 +79,8 @@ protected: // must be monotonically increasing. Its other properties (zero point, etc) // are client-dependent, and should be documented by the client. // - // outWidth, outHeight and outTransform are filed with the default width - // default height of the window and current transform applied to buffers, + // outWidth, outHeight and outTransform are filled with the default width + // and height of the window and current transform applied to buffers, // respectively. virtual status_t queueBuffer(int slot, int64_t timestamp, uint32_t* outWidth, uint32_t* outHeight, uint32_t* outTransform) = 0; |