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

Unified Diff: sky/shell/ui/engine.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/shell/ui/engine.h
diff --git a/sky/shell/ui/engine.h b/sky/shell/ui/engine.h
index 5311229d750b87eceeaef7782ac85ed485c94734..680179ac82a79859294ff3ea7023b473b6459eaa 100644
--- a/sky/shell/ui/engine.h
+++ b/sky/shell/ui/engine.h
@@ -78,7 +78,7 @@ class Engine : public UIDelegate,
Dart_Isolate isolate) override;
// SkyViewClient methods:
- void SchedulePaint() override;
+ void ScheduleFrame() override;
// Services methods:
mojo::NavigatorHost* NavigatorHost() override;

Powered by Google App Engine
This is Rietveld 408576698