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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 964403003: Make it possible to set the display mode from Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added implementation for content shell Created 5 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
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 15883b6c1e406409563f472588fab4da8fb7099f..795bb914c2b4935ad369f0f7a0785e564f602ca8 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -328,6 +328,7 @@ class CONTENT_EXPORT RenderViewHostImpl
void RequestToLockMouse(bool user_gesture,
bool last_unlocked_by_target) override;
bool IsFullscreen() const override;
+ blink::WebDisplayMode GetDisplayMode() const override;
void OnFocus() override;
void OnBlur() override;

Powered by Google App Engine
This is Rietveld 408576698