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

Unified Diff: blimp/engine/app/ui/blimp_window_tree_host.h

Issue 1830293003: Remove BlimpUiContextFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove blink/engine deps Created 4 years, 9 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/app/ui/blimp_ui_context_factory.cc ('k') | blimp/engine/app/ui/blimp_window_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/ui/blimp_window_tree_host.h
diff --git a/blimp/engine/app/ui/blimp_window_tree_host.h b/blimp/engine/app/ui/blimp_window_tree_host.h
index 81791fbab268a2382fd1e8c762fbcf47e72898a8..6a48a3e138ff4b5e3e5cda6f77c4c1361d06a3a8 100644
--- a/blimp/engine/app/ui/blimp_window_tree_host.h
+++ b/blimp/engine/app/ui/blimp_window_tree_host.h
@@ -22,6 +22,10 @@ class BlimpWindowTreeHost : public aura::WindowTreeHostPlatform {
~BlimpWindowTreeHost() override;
private:
+ // aura::WindowTreeHostPlatform overrides.
+ void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget,
+ float device_pixel_ratio) override;
+
DISALLOW_COPY_AND_ASSIGN(BlimpWindowTreeHost);
};
« no previous file with comments | « blimp/engine/app/ui/blimp_ui_context_factory.cc ('k') | blimp/engine/app/ui/blimp_window_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698