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

Unified Diff: ui/aura/window_tree_host_platform.h

Issue 1410153003: Browser frame for Aura Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unrelated changes + formatting. 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
Index: ui/aura/window_tree_host_platform.h
diff --git a/ui/aura/window_tree_host_platform.h b/ui/aura/window_tree_host_platform.h
index 2e659d3b586a290460f1a1c339fdc9518e3e2eb8..b674212e3b4210ae6dd37debb968a5ce1b85885c 100644
--- a/ui/aura/window_tree_host_platform.h
+++ b/ui/aura/window_tree_host_platform.h
@@ -24,6 +24,8 @@ class AURA_EXPORT WindowTreeHostPlatform
explicit WindowTreeHostPlatform(const gfx::Rect& bounds);
~WindowTreeHostPlatform() override;
+ static WindowTreeHostPlatform* GetHost();
mfomitchev 2015/10/29 15:53:44 biao is already in the process of landing this spe
bshe 2015/10/30 16:29:10 looks like we dont want to add the GetHost functio
+
// WindowTreeHost:
ui::EventSource* GetEventSource() override;
gfx::AcceleratedWidget GetAcceleratedWidget() override;

Powered by Google App Engine
This is Rietveld 408576698