Respond with QuotaExceededError when IndexedDB has no disk space on open.
[chromium-blink-merge.git] / content / common / gpu / media / video_decode_accelerator_impl.cc
blob34f40ef93084b454b7b7958bd8dd781b00064fa6
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/media/video_decode_accelerator_impl.h"
7 namespace content {
9 VideoDecodeAcceleratorImpl::VideoDecodeAcceleratorImpl() {}
11 VideoDecodeAcceleratorImpl::~VideoDecodeAcceleratorImpl() {}
13 bool VideoDecodeAcceleratorImpl::CanDecodeOnIOThread() { return false; }
15 } // namespace content