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

Side by Side Diff: webkit/common/gpu/managed_memory_policy_convert.h

Issue 20185002: ContextProvider in OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: contextprovider: android Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef WEBKIT_COMMON_GPU_MANAGED_MEMORY_POLICY_CONVERT_H_
6 #define WEBKIT_COMMON_GPU_MANAGED_MEMORY_POLICY_CONVERT_H_
7
8 #include "cc/output/managed_memory_policy.h"
9 #include "third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h"
10
11 namespace webkit {
12 namespace gpu {
13
14 class ManagedMemoryPolicyConvert {
15 public:
16 static cc::ManagedMemoryPolicy Convert(
17 const WebKit::WebGraphicsMemoryAllocation& allocation,
18 bool* discard_backbuffer_when_not_visible);
19 };
20
21 } // namespace gpu
22 } // namespace webkit
23
24 #endif // WEBKIT_COMMON_GPU_MANAGED_MEMORY_POLICY_CONVERT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698