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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.h

Issue 1799253002: Stricter user gestures for touch - measure and warn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks Created 4 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/frame/Deprecation.h
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.h b/third_party/WebKit/Source/core/frame/Deprecation.h
index c6d992a15e85d164f7d768b2eb4b0c8e14085452..acd458ba277d7236da0f38a4ae5ce3e40d71d1ae 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.h
+++ b/third_party/WebKit/Source/core/frame/Deprecation.h
@@ -43,6 +43,7 @@ public:
static void countDeprecationIfNotPrivateScript(v8::Isolate*, ExecutionContext*, UseCounter::Feature);
// Count only features if they're being used in an iframe which does not
// have script access into the top level document.
+ static void countDeprecationCrossOriginIframe(const LocalFrame*, UseCounter::Feature);
static void countDeprecationCrossOriginIframe(const Document&, UseCounter::Feature);
static String deprecationMessage(UseCounter::Feature);

Powered by Google App Engine
This is Rietveld 408576698