blob: 9ac4095e12b57bb315875b71512670c34606b731 [file] [log] [blame]
reed986ca612014-11-26 08:50:45 -08001
2/*
3 * Copyright 2006 The Android Open Source Project
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8
9
10#include "SkADrawable.h"
11
12bool SkADrawable::doEvent(SkDisplayEvent::Kind , SkEventState* ) {
13 return false;
14}
15
16bool SkADrawable::isDrawable() const {
17 return true;
18}
19
20void SkADrawable::initialize() {
21}
22
23void SkADrawable::setSteps(int steps) {
24}