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

Unified Diff: Source/core/frame/ImageBitmap.cpp

Issue 26917003: Move DOMWindow and related clases from page/ to frame/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « Source/core/frame/ImageBitmap.h ('k') | Source/core/frame/ImageBitmap.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/ImageBitmap.cpp
diff --git a/Source/core/page/ImageBitmap.cpp b/Source/core/frame/ImageBitmap.cpp
similarity index 99%
rename from Source/core/page/ImageBitmap.cpp
rename to Source/core/frame/ImageBitmap.cpp
index a64ea0d4aec3ca683e3d91b69327eaba6dc9e202..ba0e18f46b30bbd098e7214d4a16c0bdd8516cdf 100644
--- a/Source/core/page/ImageBitmap.cpp
+++ b/Source/core/frame/ImageBitmap.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/page/ImageBitmap.h"
+#include "core/frame/ImageBitmap.h"
#include "core/html/HTMLCanvasElement.h"
#include "core/html/HTMLImageElement.h"
« no previous file with comments | « Source/core/frame/ImageBitmap.h ('k') | Source/core/frame/ImageBitmap.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698