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

Unified Diff: sky/engine/public/web/WebWidget.h

Issue 757143004: Remove m_layerTreeView from WebViewImpl. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebWidget.h
diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
index 6d20eac12135e6f629ff171deb086fa74f7271fb..50ba10af3965213e61ff1e6a2d5bf12e39433d82 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -107,13 +107,6 @@ public:
// warranted before painting again).
virtual void paint(WebCanvas*, const WebRect& viewPort) { }
- virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) { }
-
- // The caller is responsible for keeping the WebCompositeAndReadbackAsyncCallback
- // object alive until it is called. This should only be called when
- // isAcceleratedCompositingActive() is true.
- virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) { }
-
// Returns true if we've started tracking repaint rectangles.
virtual bool isTrackingRepaints() const { return false; }
@@ -205,14 +198,6 @@ public:
// Changes the text direction of the selected input node.
virtual void setTextDirection(WebTextDirection) { }
- // Returns true if the WebWidget uses GPU accelerated compositing
- // to render its contents.
- virtual bool isAcceleratedCompositingActive() const { return false; }
-
- // The WebLayerTreeView initialized on this WebWidgetClient will be going away and
- // is no longer safe to access.
- virtual void willCloseLayerTreeView() { }
-
// Calling WebWidgetClient::requestPointerLock() will result in one
// return call to didAcquirePointerLock() or didNotAcquirePointerLock().
virtual void didAcquirePointerLock() { }
« no previous file with comments | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698