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

Unified Diff: chrome/browser/ui/tabs/dock_info_aura.cc

Issue 9289036: aura: Add Layer::LAYER_SOLID_COLOR to compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update WorkspaceManagerTest Created 8 years, 11 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: chrome/browser/ui/tabs/dock_info_aura.cc
diff --git a/chrome/browser/ui/tabs/dock_info_aura.cc b/chrome/browser/ui/tabs/dock_info_aura.cc
index b1fbae1920626c3f1c5f1ea5da03c802a10b1fb4..f08c7d1ff88fb8e81514ba14d988c0a8e1cfcfbd 100644
--- a/chrome/browser/ui/tabs/dock_info_aura.cc
+++ b/chrome/browser/ui/tabs/dock_info_aura.cc
@@ -22,7 +22,7 @@ aura::Window* GetLocalProcessWindowAtPointImpl(
if (!window->IsVisible())
return NULL;
- if (window->layer()->type() == ui::Layer::LAYER_HAS_TEXTURE) {
+ if (window->layer()->type() == ui::Layer::LAYER_TEXTURED) {
gfx::Point window_point(screen_point);
aura::Window::ConvertPointToWindow(aura::RootWindow::GetInstance(), window,
&window_point);
« no previous file with comments | « ash/wm/workspace_controller_unittest.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698