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

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

Issue 1143343004: Rationalise hit testing in the new RenderNode world (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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.h
diff --git a/sky/engine/public/sky/sky_view.h b/sky/engine/public/sky/sky_view.h
index 2621e7d6b4e6279bbc2bef40a9f52ec956c0ea1f..abf64fad9c84403c5380608bb1769dca8740aa37 100644
--- a/sky/engine/public/sky/sky_view.h
+++ b/sky/engine/public/sky/sky_view.h
@@ -34,7 +34,7 @@ class SkyView {
void Load(const WebURL& url, mojo::URLResponsePtr response = nullptr);
skia::RefPtr<SkPicture> Paint();
- bool HandleInputEvent(const WebInputEvent& event);
+ void HandleInputEvent(const WebInputEvent& event);
private:
explicit SkyView(SkyViewClient* client);

Powered by Google App Engine
This is Rietveld 408576698