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

Unified Diff: third_party/WebKit/Source/core/editing/FindInPageCoordinates.h

Issue 2828493003: Move FindInPagesCoordinates.* from web/ -> core/editing/. (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
diff --git a/third_party/WebKit/Source/web/FindInPageCoordinates.h b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
similarity index 92%
rename from third_party/WebKit/Source/web/FindInPageCoordinates.h
rename to third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
index 5aa8fffd566744f0e06907c0970540acea4ee1f8..bf1c37a81b0b1a5457f8a6f6be41264719f77868 100644
--- a/third_party/WebKit/Source/web/FindInPageCoordinates.h
+++ b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
@@ -31,8 +31,8 @@
#ifndef FindInPageCoordinates_h
#define FindInPageCoordinates_h
+#include "core/CoreExport.h"
#include "platform/geometry/FloatRect.h"
-#include "web/WebExport.h"
namespace blink {
class Range;
@@ -54,9 +54,9 @@ class LayoutObject;
// of their container. The provided methods support scroll:overflow and are
// CSS position and transform-friendly.
-WEB_EXPORT FloatRect FindInPageRectFromAbsoluteRect(const FloatRect&,
- const LayoutObject*);
-WEB_EXPORT FloatRect FindInPageRectFromRange(Range*);
+CORE_EXPORT FloatRect FindInPageRectFromAbsoluteRect(const FloatRect&,
+ const LayoutObject*);
+CORE_EXPORT FloatRect FindInPageRectFromRange(Range*);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/editing/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698