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

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

Issue 1365503006: Oilpan: fix build after r350813. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameHost.h
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
index 405e8d8706c982fa4467d8ca497cb60dec167549..f05d3ecebb049cb9566e9546284bb1a08b07e2b0 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -105,7 +105,6 @@ public:
WebFrameHostScheduler* frameHostScheduler() const { return m_frameHostScheduler.get(); }
-
private:
explicit FrameHost(Page&);
@@ -115,7 +114,7 @@ private:
const OwnPtrWillBeMember<VisualViewport> m_visualViewport;
const OwnPtrWillBeMember<EventHandlerRegistry> m_eventHandlerRegistry;
const OwnPtrWillBeMember<ConsoleMessageStorage> m_consoleMessageStorage;
- const OwnPtrWillBeMember<WebFrameHostScheduler> m_frameHostScheduler;
+ const OwnPtr<WebFrameHostScheduler> m_frameHostScheduler;
AtomicString m_overrideEncoding;
int m_subframeCount;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698