Add a GrLayerCache to GrContext
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 3 Apr 2014 00:34:27 +0000 (00:34 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 3 Apr 2014 00:34:27 +0000 (00:34 +0000)
commite930a075625d3d90c023c2570a6a4cae1a4b484f
tree2dddc801f837be84726a334cd69572515f8fb74e
parentd5500886a29a20733c559c0167a6ae9946704de2
Add a GrLayerCache to GrContext

https://codereview.chromium.org/217343006/

git-svn-id: http://skia.googlecode.com/svn/trunk@14038 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/gpu.gypi
include/gpu/GrContext.h
src/gpu/GrContext.cpp
src/gpu/GrLayerCache.cpp [new file with mode: 0644]
src/gpu/GrLayerCache.h [new file with mode: 0644]
src/gpu/SkGpuDevice.cpp