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

Unified Diff: chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h

Issue 2428383006: Decouple VR Shell DPR and CSS size from Physical Displays. (Closed)
Patch Set: Address cjgrant's comments. Created 4 years, 1 month 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: chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h
diff --git a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h
index bbb690d002ed5bd0a073eb6972b4c357d8b80570..667ee3d56381968615b40c3265afd624dcd16402 100644
--- a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h
+++ b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.h
@@ -34,6 +34,7 @@ class VrShellUIMessageHandler : public content::WebUIMessageHandler,
void HandleDomLoaded(const base::ListValue* args);
void HandleUpdateScene(const base::ListValue* args);
void HandleDoAction(const base::ListValue* args);
+ void HandleSetUiCssSize(const base::ListValue* args);
base::WeakPtr<vr_shell::VrShell> vr_shell_;

Powered by Google App Engine
This is Rietveld 408576698