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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1814573002: Move flush id from WebGraphicsContext3DImpl to GLES2Implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lastflush: . Created 4 years, 9 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: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index ab5ab3a291a9e04dda7c4d552b67788736bda8b2..f31d9349a9730673db77b8d7dd67345ef4cb7156 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -978,7 +978,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
::gpu::gles2::GLES2Interface* gl_;
bool lose_context_when_out_of_memory_;
- uint32_t flush_id_;
};
} // namespace gpu_blink

Powered by Google App Engine
This is Rietveld 408576698