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

Unified Diff: Source/web/WebViewImpl.h

Issue 143803020: Minor Refator: Change signature of focusedElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Commit message updated Created 6 years, 10 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 | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 2b262617c7efbe2a23584f9f223832569a57602f..4ce75f0ba9db3ed225c5c67f642a8720d48081c9 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -324,7 +324,7 @@ public:
WebCore::Frame* focusedWebCoreFrame() const;
// Returns the currently focused Element or null if no element has focus.
- WebCore::Element* focusedElement();
+ WebCore::Element* focusedElement() const;
Inactive 2014/02/13 16:10:07 I think several getters were non-const because of
static WebViewImpl* fromPage(WebCore::Page*);
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698