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

Unified Diff: content/browser/renderer_host/resize_lock.cc

Issue 1841153002: BrowserCompositorMac, ResizeLock, DelegatedFrameHost => content/browser/renderer_host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Mac Build 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 | « content/browser/renderer_host/resize_lock.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/resize_lock.cc
diff --git a/content/browser/compositor/resize_lock.cc b/content/browser/renderer_host/resize_lock.cc
similarity index 83%
rename from content/browser/compositor/resize_lock.cc
rename to content/browser/renderer_host/resize_lock.cc
index ddbc44378720f9c870ef863f8bf4de33cf263b79..dca36fa8a07c6accaccab8ec8bd2037ef117a2ab 100644
--- a/content/browser/compositor/resize_lock.cc
+++ b/content/browser/renderer_host/resize_lock.cc
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/compositor/resize_lock.h"
+#include "content/browser/renderer_host/resize_lock.h"
namespace content {
ResizeLock::ResizeLock(const gfx::Size new_size, bool defer_compositor_lock)
- : new_size_(new_size),
- defer_compositor_lock_(defer_compositor_lock) {
+ : new_size_(new_size), defer_compositor_lock_(defer_compositor_lock) {
if (!defer_compositor_lock_)
LockCompositor();
}
« no previous file with comments | « content/browser/renderer_host/resize_lock.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698