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

Unified Diff: Source/core/html/HTMLIFrameElement.h

Issue 138443013: Remove iframe@seamless (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include remove tests Created 6 years, 11 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: Source/core/html/HTMLIFrameElement.h
diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
index cfbedde58b5bfca20bdc98ad964dd20315e1b249..d94f9a1df10871f5a1dbaf404b04f0256f66282a 100644
--- a/Source/core/html/HTMLIFrameElement.h
+++ b/Source/core/html/HTMLIFrameElement.h
@@ -32,8 +32,6 @@ class HTMLIFrameElement FINAL : public HTMLFrameElementBase {
public:
static PassRefPtr<HTMLIFrameElement> create(Document&);
- bool shouldDisplaySeamlessly() const;
-
private:
explicit HTMLIFrameElement(Document&);

Powered by Google App Engine
This is Rietveld 408576698