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

Unified Diff: Source/web/WebFrameImpl.h

Issue 28983004: Split the frame tree logic out of HistoryItem (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebFrameImpl.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h
index 325f0dc66dd94182f3c0be9191422d4bfea5c9d9..0d49fda39667641b99bd10b59411bdb4ba106012 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/WebFrameImpl.h
@@ -512,10 +512,6 @@ private:
// information. Is used by PrintPage().
OwnPtr<ChromePrintContext> m_printContext;
- // Ensure we don't overwrite valid history data during same document loads
- // from HistoryItems
- bool m_inSameDocumentHistoryLoad;
-
// Stores the additional input events offset and scale when device metrics emulation is enabled.
WebCore::IntSize m_inputEventsOffsetForEmulation;
float m_inputEventsScaleFactorForEmulation;

Powered by Google App Engine
This is Rietveld 408576698