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

Unified Diff: Source/core/platform/chromium/PopupContainer.cpp

Issue 15820002: Page::chrome() should return a reference. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 7 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 | « Source/core/page/Settings.cpp ('k') | Source/core/rendering/RenderLayerBacking.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/PopupContainer.cpp
diff --git a/Source/core/platform/chromium/PopupContainer.cpp b/Source/core/platform/chromium/PopupContainer.cpp
index f0628d818f853d6205397d60cad20f6893f32146..8f7e3371712545f44ce00eb5a1148e4a88c994d1 100644
--- a/Source/core/platform/chromium/PopupContainer.cpp
+++ b/Source/core/platform/chromium/PopupContainer.cpp
@@ -369,7 +369,7 @@ bool PopupContainer::isInterestedInEventForKey(int keyCode)
ChromeClient* PopupContainer::chromeClient()
{
- return m_frameView->frame()->page()->chrome()->client();
+ return m_frameView->frame()->page()->chrome().client();
}
void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index)
« no previous file with comments | « Source/core/page/Settings.cpp ('k') | Source/core/rendering/RenderLayerBacking.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698