Try backing SkPicture with SkRecord in Chromium.
[chromium-blink-merge.git] / device / serial / serial_device_enumerator.cc
blob586d33d8446698e51911ab9cabfc7b4738e1e042
1 // Copyright 2014 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 "device/serial/serial_device_enumerator.h"
7 namespace device {
9 SerialDeviceEnumerator::SerialDeviceEnumerator() {}
11 SerialDeviceEnumerator::~SerialDeviceEnumerator() {}
13 } // namespace device