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

Unified Diff: ui/compositor/mac/software_layer.mm

Issue 753933002: MacViews: Move content::AcceleratedWidget to new component, ui/accelerated_widget_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141124-MacViews-MoveSoftwareLayerMac-fromcl
Patch Set: rebase to master Created 6 years, 1 month 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/compositor/mac/software_layer.mm
diff --git a/content/browser/compositor/software_layer_mac.mm b/ui/compositor/mac/software_layer.mm
similarity index 97%
rename from content/browser/compositor/software_layer_mac.mm
rename to ui/compositor/mac/software_layer.mm
index eb2f03c2547c6d70a3980155c97f19734cb8c523..ae5f9d6a926adb31fcb994b6134cea9eb46dfc27 100644
--- a/content/browser/compositor/software_layer_mac.mm
+++ b/ui/compositor/mac/software_layer.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/compositor/software_layer_mac.h"
+#include "ui/compositor/mac/software_layer.h"
#include "base/debug/trace_event.h"
#include "base/mac/mac_util.h"

Powered by Google App Engine
This is Rietveld 408576698