Respond with QuotaExceededError when IndexedDB has no disk space on open.
[chromium-blink-merge.git] / content / common / gpu / surface_capturer.cc
blobce02b4d83191c910841ef5f12ccfeba55d7e2dae
1 // Copyright 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.
5 #include "content/common/gpu/surface_capturer.h"
7 namespace content {
9 SurfaceCapturer::~SurfaceCapturer() {}
11 } // namespace content