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

Unified Diff: content/renderer/render_frame_impl.h

Issue 831903004: [WebView] Add a new flushVisualState API to AwContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for crbug/452530 Created 5 years, 11 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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 3decd78c85acd9f27ffa516f27d04656ea172c0a..dbbfd03409e459e3be667b1504932c6a2f68ca73 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -599,6 +599,7 @@ class CONTENT_EXPORT RenderFrameImpl
void OnJavaScriptExecuteRequestForTests(const base::string16& javascript,
int id,
bool notify_result);
+ void OnFlushVisualStateRequest(int key);
mkosiba (inactive) 2015/01/27 22:07:21 int64?
Ignacio Solla 2015/02/05 16:00:38 Done.
Ignacio Solla 2015/02/05 16:00:38 Done.
void OnSetEditableSelectionOffsets(int start, int end);
void OnSetCompositionFromExistingText(
int start, int end,

Powered by Google App Engine
This is Rietveld 408576698