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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 10690168: Aura: Resize locks with --ui-enable-threaded-compositing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Converging... Created 8 years, 5 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: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index cd5e559dc9366173ce95faaa731107c7f982e15a..cc6ecb58adb0f63b8fec64fcde388be8c05e0819 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -22,15 +22,12 @@
#include "ui/gfx/rect.h"
#include "webkit/glue/webcursor.h"
-namespace aura {
-class CompositorLock;
-}
-
namespace gfx {
class Canvas;
}
namespace ui {
+class CompositorLock;
class InputMethod;
class Texture;
}
@@ -372,7 +369,7 @@ class RenderWidgetHostViewAura
std::vector<linked_ptr<ResizeLock> > locks_pending_draw_;
// This lock is for waiting for a front surface to become available to draw.
- scoped_refptr<aura::CompositorLock> released_front_lock_;
+ scoped_refptr<ui::CompositorLock> released_front_lock_;
DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAura);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698