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

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

Issue 803863003: Delete paint invalidation rect tracking. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/frame/FrameView.cpp ('k') | sky/engine/web/WebViewImpl.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 5305109a2f71fadb45aaeee9ebcb8ecb7eb01dc1..18a8e46d84b149fc0ab0a68c6b4e58c5a6a89afc 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -77,9 +77,6 @@ public:
// warranted before painting again).
virtual void paint(WebCanvas*, const WebRect& viewPort) = 0;
- // Returns true if we've started tracking repaint rectangles.
- virtual bool isTrackingRepaints() const = 0;
-
// Called to inform the WebWidget of an input event. Returns true if
// the event has been processed, false otherwise.
virtual bool handleInputEvent(const WebInputEvent&) = 0;
« no previous file with comments | « sky/engine/core/frame/FrameView.cpp ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698