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

Unified Diff: content/public/browser/android/content_view_core.h

Issue 182723002: Cleanup: Remove stale reference to |out_size| from GetScaledContentBitmap's comment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/content_view_core.h
diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
index ff1db974fc30cf48013396715e95f156fb4a027b..b2d227a206b7f0c5781aa94b8e2018e15f817b0f 100644
--- a/content/public/browser/android/content_view_core.h
+++ b/content/public/browser/android/content_view_core.h
@@ -51,10 +51,9 @@ class CONTENT_EXPORT ContentViewCore {
virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) = 0;
virtual void ShowPastePopup(int x, int y) = 0;
- // Request a scaled content readback. The result is passed through the
- // callback. The boolean parameter indicates whether the readback was a
- // success or not. The content is passed through the SkBitmap parameter.
- // |out_size| is returned with the size of the content.
+ // Request a scaled content readback. The result is passed through the
+ // callback. The boolean parameter indicates whether the readback was a
+ // success or not. The content is passed through the SkBitmap parameter.
virtual void GetScaledContentBitmap(
float scale,
jobject bitmap_config,
« 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