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

Unified Diff: content/renderer/render_widget.h

Issue 2832093003: Implement screen orientation for out-of-process iframes. (Closed)
Patch Set: add comments Created 3 years, 8 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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index ed16377ea7ec1df0ab0b0924cce62893a9676a40..0aa91b25706a06be6f2b01ec97c4808e7535941a 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -573,7 +573,7 @@ class CONTENT_EXPORT RenderWidget
virtual void OnSetDeviceScaleFactor(float device_scale_factor);
- virtual void OnOrientationChange();
+ void OnOrientationChange();
// Override points to notify derived classes that a paint has happened.
// DidInitiatePaint happens when that has completed, and subsequent rendering
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698