| Index: Source/WebKit/chromium/src/WebViewImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.h b/Source/WebKit/chromium/src/WebViewImpl.h
|
| index bf6df55163ae53ebecd1df1573b5b06e9db818fe..d56a94914f00513d0a7b7bbda985c3f5e80b0a81 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.h
|
| @@ -95,7 +95,6 @@ class ContextMenuClientImpl;
|
| class DeviceOrientationClientProxy;
|
| class GeolocationClientProxy;
|
| class LinkHighlight;
|
| -class NonCompositedContentHost;
|
| class PrerendererClientImpl;
|
| class SpeechInputClientImpl;
|
| class SpeechRecognitionClientProxy;
|
| @@ -520,9 +519,6 @@ public:
|
| void setRootGraphicsLayer(WebCore::GraphicsLayer*);
|
| void scheduleCompositingLayerSync();
|
| void scrollRootLayerRect(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& clipRect);
|
| - void paintRootLayer(WebCore::GraphicsContext&, const WebCore::IntRect& contentRect);
|
| - NonCompositedContentHost* nonCompositedContentHost();
|
| - void setBackgroundColor(const WebCore::Color&);
|
| WebCore::GraphicsLayerFactory* graphicsLayerFactory() const;
|
| void registerForAnimations(WebLayer*);
|
| void scheduleAnimation();
|
| @@ -810,7 +806,6 @@ private:
|
| WebViewBenchmarkSupportImpl m_benchmarkSupport;
|
|
|
| WebCore::IntRect m_rootLayerScrollDamage;
|
| - OwnPtr<NonCompositedContentHost> m_nonCompositedContentHost;
|
| WebLayerTreeView* m_layerTreeView;
|
| WebLayer* m_rootLayer;
|
| WebCore::GraphicsLayer* m_rootGraphicsLayer;
|
|
|