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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 1498923004: Don't reset touch-action zoom state at scrollers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/WebKit/Source/web/tests/data/touch-action-tests.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index c99c667a853d4823ac6e8474213672a8847dc9c1..176df40cfbfead26e238d7b3c7ddeaa9d9413fed 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -744,10 +744,6 @@ private:
WebPrivateOwnPtr<OpenedFrameTracker> m_openedFrameTracker;
};
-#if BLINK_IMPLEMENTATION
-Frame* toCoreFrame(const WebFrame*);
dtapuska 2015/12/04 16:08:05 Its not clear to me why this is being removed in t
Rick Byers 2015/12/04 16:28:11 Oh right, sorry. I went to use this API in my tes
-#endif
-
} // namespace blink
#endif
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/touch-action-tests.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698