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

Unified Diff: sky/viewer/document_view.h

Issue 659043004: Fix build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/viewer/DEPS ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index 6bc8d437a96996f92a29b10814a2a6ee403020e9..305a97ffb6994e14921391d87faa82a38106ed4f 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -84,8 +84,8 @@ class DocumentView : public blink::WebViewClient,
// ViewObserver methods:
virtual void OnViewBoundsChanged(mojo::View* view,
- const gfx::Rect& old_bounds,
- const gfx::Rect& new_bounds) override;
+ const mojo::Rect& old_bounds,
+ const mojo::Rect& new_bounds) override;
virtual void OnViewDestroyed(mojo::View* view) override;
virtual void OnViewInputEvent(mojo::View* view, const mojo::EventPtr& event) override;
« no previous file with comments | « sky/viewer/DEPS ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698