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

Side by Side Diff: gpu/ipc/host/gpu_switches.h

Issue 2649553003: gpu: merge gpu/ipc/host/gpu_memory_buffer_support.cc to gpu/ipc/common/
Patch Set: fix bot failure Created 3 years, 11 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
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Defines all the command-line switches used by gpu/ipc/host
6
7 #ifndef GPU_IPC_HOST_GPU_SWITCHES_H_
8 #define GPU_IPC_HOST_GPU_SWITCHES_H_
9
10 namespace switches {
11
12 extern const char kEnableNativeGpuMemoryBuffers[];
13 extern const char kDisableNativeGpuMemoryBuffers[];
14
15 } // namespace switches
16
17 #endif // GPU_IPC_HOST_GPU_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698