diff options
| author | John Reck <jreck@google.com> | 2011-06-03 15:21:11 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-03 15:21:12 -0700 |
| commit | 0a24b2fbe512c59d9c83f0be6a1bd24c4fe9f8b6 (patch) | |
| tree | 00b2d00660be1e30378b7a0fa4d233e98a4e64ea /Source/WebCore/platform/graphics | |
| parent | ee3aca9f255f62ed4bc14d50862674de968b6160 (diff) | |
| parent | 4212fae38ffee2bbb657dd19e4ae8b7c735f4953 (diff) | |
| download | external_webkit-0a24b2fbe512c59d9c83f0be6a1bd24c4fe9f8b6.zip external_webkit-0a24b2fbe512c59d9c83f0be6a1bd24c4fe9f8b6.tar.gz external_webkit-0a24b2fbe512c59d9c83f0be6a1bd24c4fe9f8b6.tar.bz2 | |
Merge "Initial support for serializing the view state"
Diffstat (limited to 'Source/WebCore/platform/graphics')
| -rw-r--r-- | Source/WebCore/platform/graphics/android/BaseLayerAndroid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h b/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h index 38e7e47..e6680b5 100644 --- a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h +++ b/Source/WebCore/platform/graphics/android/BaseLayerAndroid.h @@ -44,6 +44,7 @@ public: #if USE(ACCELERATED_COMPOSITING) void setGLWebViewState(GLWebViewState* infos) { m_glWebViewState = infos; } void setBackgroundColor(Color& color) { m_color = color; } + Color getBackgroundColor() { return m_color; } #endif void setContent(const android::PictureSet& src); void setExtra(SkPicture& extra); |
