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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 88033002: Add RGB565 Texture readback support in gl_helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected indentation. Created 6 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/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index d6b7a1a5d2f13c3cfec0ba2b3d083fe0363a5809..46f485d198f6b1c67bb3523be02332083f6fde2e 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -317,7 +317,6 @@ class ContentViewCoreImpl : public ContentViewCore,
void AddBeginFrameSubscriber();
void RemoveBeginFrameSubscriber();
void SetNeedsAnimate();
-
no sievers 2014/01/09 14:58:53 nit: whitespace change
sivag 2014/01/10 12:20:01 Done.
private:
class ContentViewUserData;

Powered by Google App Engine
This is Rietveld 408576698