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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.cc

Issue 1809553002: blink: Remove unused or rarely used methods from WebGraphicsContext3D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wgc3d
Patch Set: 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: content/common/gpu/client/context_provider_command_buffer.cc
diff --git a/content/common/gpu/client/context_provider_command_buffer.cc b/content/common/gpu/client/context_provider_command_buffer.cc
index 2560d78067b4e15e3d6709de7f7e08da6c800f96..c57e5a453a9cf93d5fa3a31196fb8a1f7b3c4a6a 100644
--- a/content/common/gpu/client/context_provider_command_buffer.cc
+++ b/content/common/gpu/client/context_provider_command_buffer.cc
@@ -107,8 +107,8 @@ bool ContextProviderCommandBuffer::BindToCurrentThread() {
std::string unique_context_name =
base::StringPrintf("%s-%p", debug_name_.c_str(), WebContext3DNoChecks());
- WebContext3DNoChecks()->traceBeginCHROMIUM("gpu_toplevel",
- unique_context_name.c_str());
+ WebContext3DNoChecks()->GetImplementation()->TraceBeginCHROMIUM(
+ "gpu_toplevel", unique_context_name.c_str());
lost_context_callback_proxy_.reset(new LostContextCallbackProxy(this));
return true;
« no previous file with comments | « no previous file | gpu/blink/webgraphicscontext3d_impl.h » ('j') | third_party/WebKit/public/platform/WebGraphicsContext3D.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698