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

Unified Diff: Source/core/testing/Internals.h

Issue 308813003: Merge 174628 "DevTools: Focus/blur events that are triggered by ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1985/
Patch Set: Created 6 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
Index: Source/core/testing/Internals.h
===================================================================
--- Source/core/testing/Internals.h (revision 175115)
+++ Source/core/testing/Internals.h (working copy)
@@ -321,6 +321,8 @@
String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
+ void setFocused(bool);
+
private:
explicit Internals(Document*);
Document* contextDocument() const;
« no previous file with comments | « LayoutTests/inspector-protocol/input/dispatchKeyEvent-focus-expected.txt ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698