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

Unified Diff: sky/engine/public/sky/sky_view_client.h

Issue 1153543002: Make hit testing work in layout2.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing file Created 5 years, 7 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: sky/engine/public/sky/sky_view_client.h
diff --git a/sky/engine/public/sky/sky_view_client.h b/sky/engine/public/sky/sky_view_client.h
index 16f9552b4d4a615f84ec5ae2159a694c814d93a3..54ab8262e38113231aeed164df1ef0af67b188d5 100644
--- a/sky/engine/public/sky/sky_view_client.h
+++ b/sky/engine/public/sky/sky_view_client.h
@@ -9,7 +9,7 @@ namespace blink {
class SkyViewClient {
public:
- virtual void SchedulePaint() = 0;
+ virtual void ScheduleFrame() = 0;
protected:
virtual ~SkyViewClient();

Powered by Google App Engine
This is Rietveld 408576698