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

Unified Diff: third_party/WebKit/Source/web/FindInPageCoordinates.h

Issue 1756343002: Revert of Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/web/FindInPageCoordinates.h
diff --git a/third_party/WebKit/Source/web/FindInPageCoordinates.h b/third_party/WebKit/Source/web/FindInPageCoordinates.h
index 8cf4d55f838e8663db90d6655c3b3155f7b2876f..913ff9106a9a7b6d7f69e01f62ca5ce6b52443df 100644
--- a/third_party/WebKit/Source/web/FindInPageCoordinates.h
+++ b/third_party/WebKit/Source/web/FindInPageCoordinates.h
@@ -32,7 +32,6 @@
#define FindInPageCoordinates_h
#include "platform/geometry/FloatRect.h"
-#include "web/WebExport.h"
namespace blink {
class Range;
@@ -51,8 +50,8 @@
// are scroll-independent, representing any contents scaled to the visible area 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*);
+FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const LayoutObject*);
+FloatRect findInPageRectFromRange(Range*);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/ExternalPopupMenu.h ('k') | third_party/WebKit/Source/web/LinkHighlightImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698