Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: Source/WebKit/chromium/src/WebViewImpl.h

Issue 13959008: Remove NonCompositedContentHost (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding back LCD text workaround Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/src/WebViewImpl.h
diff --git a/Source/WebKit/chromium/src/WebViewImpl.h b/Source/WebKit/chromium/src/WebViewImpl.h
index 3a023d926221d0dee753e72f8b4c8e6ab4eb3fc3..29ada7d8dac9db7fd97e547854d5736fe8a8dc44 100644
--- a/Source/WebKit/chromium/src/WebViewImpl.h
+++ b/Source/WebKit/chromium/src/WebViewImpl.h
@@ -93,7 +93,6 @@ class ContextMenuClientImpl;
class DeviceOrientationClientProxy;
class GeolocationClientProxy;
class LinkHighlight;
-class NonCompositedContentHost;
class PrerendererClientImpl;
class SpeechInputClientImpl;
class SpeechRecognitionClientProxy;
@@ -524,8 +523,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*);
@@ -826,7 +823,6 @@ private:
WebViewBenchmarkSupportImpl m_benchmarkSupport;
WebCore::IntRect m_rootLayerScrollDamage;
- OwnPtr<NonCompositedContentHost> m_nonCompositedContentHost;
WebLayerTreeView* m_layerTreeView;
WebLayer* m_rootLayer;
WebCore::GraphicsLayer* m_rootGraphicsLayer;

Powered by Google App Engine
This is Rietveld 408576698