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

Unified Diff: blimp/engine/ui/blimp_screen.h

Issue 1403083002: [Blimp] Adds Blimp EngineSession and ClientSession skeleton (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « blimp/engine/browser/blimp_window.cc ('k') | blimp/engine/ui/blimp_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/ui/blimp_screen.h
diff --git a/blimp/engine/ui/blimp_screen.h b/blimp/engine/ui/blimp_screen.h
index 99858b8a949a2995f10f9c623dd1a591d3b0236c..499e3285d8e6731e7a48193ecb3b206385209fdf 100644
--- a/blimp/engine/ui/blimp_screen.h
+++ b/blimp/engine/ui/blimp_screen.h
@@ -35,6 +35,9 @@ class BlimpScreen : public gfx::Screen {
void AddObserver(gfx::DisplayObserver* observer) override;
void RemoveObserver(gfx::DisplayObserver* observer) override;
+ static const int kDefaultDisplayWidth;
+ static const int kDefaultDisplayHeight;
+
private:
gfx::Display display_;
« no previous file with comments | « blimp/engine/browser/blimp_window.cc ('k') | blimp/engine/ui/blimp_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698