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

Side by Side Diff: content/common/gpu/stream_texture_android.cc

Issue 1830453002: WebGL: GL_RGB emulation for IOSurface backed textures. [For reference only] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile error. 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/common/gpu/stream_texture_android.h" 5 #include "content/common/gpu/stream_texture_android.h"
6 6
7 #include <string.h> 7 #include <string.h>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/strings/stringize_macros.h" 10 #include "base/strings/stringize_macros.h"
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 NOTREACHED(); 368 NOTREACHED();
369 return false; 369 return false;
370 } 370 }
371 371
372 void StreamTexture::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, 372 void StreamTexture::OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
373 uint64_t process_tracing_id, 373 uint64_t process_tracing_id,
374 const std::string& dump_name) { 374 const std::string& dump_name) {
375 // TODO(ericrk): Add OnMemoryDump for GLImages. crbug.com/514914 375 // TODO(ericrk): Add OnMemoryDump for GLImages. crbug.com/514914
376 } 376 }
377 377
378 bool StreamTexture::EmulatingRGB() const {
379 return false;
380 }
381
378 } // namespace content 382 } // namespace content
OLDNEW
« no previous file with comments | « content/common/gpu/stream_texture_android.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698