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

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

Issue 1963633003: Revert of Pepper: Add a nullptr check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b8077857e7f1c0adbd8d0b7f8f957304e825f645..2ad4318efc701705e3310e60eabdef50e1dbd6ea 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -207,7 +207,6 @@
// Callback when the compositor is finished consuming the committed texture.
void FinishedConsumingCommittedTexture(
const cc::TextureMailbox& texture_mailbox,
- scoped_refptr<PPB_Graphics3D_Impl> graphics_3d,
const gpu::SyncToken& sync_token,
bool is_lost);
@@ -969,9 +968,6 @@
// needs to be regenerated.
cc::TextureMailbox committed_texture_;
- // The Graphics3D that produced the most recently committed texture.
- scoped_refptr<PPB_Graphics3D_Impl> committed_texture_graphics_3d_;
-
gpu::SyncToken committed_texture_consumed_sync_token_;
// Holds the number of references |texture_layer_| has to any given
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698