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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 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/pepper/pepper_plugin_instance_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
index edc5dd28a26b269a66b18a21617c31de210d2232..3cc9e0c88144c292822b479bd5da62d99fc64190 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -818,7 +818,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
// The plugin 3D interface.
const PPP_Graphics3D* plugin_graphics_3d_interface_;
-
ncarter (slow) 2016/04/14 17:37:36 Removal of this line seems like a mistake.
Łukasz Anforowicz 2016/04/14 19:34:48 Ooops, I am not sure how I managed to miss this in
// Contains the cursor if it's set by the plugin.
std::unique_ptr<blink::WebCursorInfo> cursor_;

Powered by Google App Engine
This is Rietveld 408576698