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

Unified Diff: ui/surface/accelerated_surface_win.h

Issue 22876030: Remove using the Shell desktop Window when we don't have an acceleated widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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/surface/accelerated_surface_win.h
===================================================================
--- ui/surface/accelerated_surface_win.h (revision 217576)
+++ ui/surface/accelerated_surface_win.h (working copy)
@@ -89,12 +89,6 @@
// the given present thread.
void ResetPresentThread(PresentThread* present_thread);
-#if defined(USE_AURA)
- // TODO(scottmg): This is a temporary hack until we have a two-worlds ash/aura
- // separation.
- void SetNewTargetWindow(gfx::PluginWindowHandle window);
-#endif
-
private:
friend class base::RefCountedThreadSafe<AcceleratedPresenter>;

Powered by Google App Engine
This is Rietveld 408576698