Add Sad Tab resources to the iOS build.
[chromium-blink-merge.git] / cc / renderer.cc
blob2dac708d8fd170d3ad52436ae591a895e193656a
1 // Copyright 2012 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.
5 #include "config.h"
7 #include "cc/renderer.h"
9 namespace cc {
11 bool Renderer::haveCachedResourcesForRenderPassId(RenderPass::Id) const
13 return false;
16 bool Renderer::isContextLost()
18 return false;
21 } // namespace cc