Add signalSyncPoint to the WebGraphicsContext3D command buffer impls.
[chromium-blink-merge.git] / cc / output / renderer.cc
blob7627db7ab0ab007da4d98a40b5d4196635836298
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 "cc/output/renderer.h"
7 namespace cc {
9 bool Renderer::HaveCachedResourcesForRenderPassId(RenderPass::Id id) const {
10 return false;
13 bool Renderer::IsContextLost() {
14 return false;
17 } // namespace cc