| Index: Source/WebKit/chromium/src/WebViewImpl.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebViewImpl.h (revision 114754)
|
| +++ Source/WebKit/chromium/src/WebViewImpl.h (working copy)
|
| @@ -60,6 +60,7 @@
|
| namespace WebCore {
|
| class ActivePlatformGestureAnimation;
|
| class ChromiumDataObject;
|
| +class Color;
|
| class DocumentLoader;
|
| class Frame;
|
| class GraphicsContext3D;
|
| @@ -452,6 +453,7 @@
|
| void scrollRootLayerRect(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& clipRect);
|
| void invalidateRootLayerRect(const WebCore::IntRect&);
|
| NonCompositedContentHost* nonCompositedContentHost();
|
| + void setBackgroundColor(const WebCore::Color&);
|
| #endif
|
| #if ENABLE(REQUEST_ANIMATION_FRAME)
|
| void scheduleAnimation();
|
|
|