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

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

Issue 137893007: Add the UI compositor to the Mac build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed file Created 6 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: content/browser/renderer_host/compositor_resize_lock_aura.h
diff --git a/content/browser/aura/compositor_resize_lock.h b/content/browser/renderer_host/compositor_resize_lock_aura.h
similarity index 81%
rename from content/browser/aura/compositor_resize_lock.h
rename to content/browser/renderer_host/compositor_resize_lock_aura.h
index 51787e49393089b8e7c968e53e36eaa83baa7174..8a28d15b075518129695f3021664f14d5d8c3e93 100644
--- a/content/browser/aura/compositor_resize_lock.h
+++ b/content/browser/renderer_host/compositor_resize_lock_aura.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_
-#define CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_
+#ifndef CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_
+#define CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
-#include "content/browser/aura/resize_lock.h"
+#include "content/browser/compositor/resize_lock.h"
namespace aura { class RootWindow; }
@@ -43,4 +43,4 @@ class CompositorResizeLock : public ResizeLock {
} // namespace content
-#endif // CONTENT_BROWSER_AURA_RESIZE_LOCK_AURA_H_
+#endif // CONTENT_BROWSER_RENDERER_HOST_COMPOSITOR_RESIZE_LOCK_AURA_H_
« no previous file with comments | « content/browser/compositor/software_output_device_x11.cc ('k') | content/browser/renderer_host/compositor_resize_lock_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698