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

Unified Diff: gpu/command_buffer/service/in_process_command_buffer.cc

Issue 23660006: FeatureInfo: Remove allowed_extensions and init workarounds early (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android_webview build Created 7 years, 3 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/command_buffer/service/in_process_command_buffer.cc
diff --git a/gpu/command_buffer/service/in_process_command_buffer.cc b/gpu/command_buffer/service/in_process_command_buffer.cc
index 3c1249af5a257ffc1db714a5e6225bc118fb2095..972533cf94d7a08e58fb5072279631c6da8c3eff 100644
--- a/gpu/command_buffer/service/in_process_command_buffer.cc
+++ b/gpu/command_buffer/service/in_process_command_buffer.cc
@@ -299,7 +299,6 @@ bool InProcessCommandBuffer::Initialize(
bool share_resources,
gfx::AcceleratedWidget window,
const gfx::Size& size,
- const char* allowed_extensions,
const std::vector<int32>& attribs,
gfx::GpuPreference gpu_preference,
const base::Closure& context_lost_callback,
@@ -322,7 +321,6 @@ bool InProcessCommandBuffer::Initialize(
is_offscreen,
window,
size,
- allowed_extensions,
attribs,
gpu_preference);
@@ -338,7 +336,6 @@ bool InProcessCommandBuffer::InitializeOnGpuThread(
bool is_offscreen,
gfx::AcceleratedWidget window,
const gfx::Size& size,
- const char* allowed_extensions,
const std::vector<int32>& attribs,
gfx::GpuPreference gpu_preference) {
CheckSequencedThread();
@@ -465,7 +462,6 @@ bool InProcessCommandBuffer::InitializeOnGpuThread(
is_offscreen,
size,
disallowed_features,
- allowed_extensions,
attribs)) {
LOG(ERROR) << "Could not initialize decoder.";
DestroyOnGpuThread();
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.h ('k') | gpu/command_buffer/service/query_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698