[M47_2526] Chromium upversion to m47_2526 branch
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / efl_integration / browser / sound_effect.h
1 // Copyright 2014 Samsung Electronics. 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.
4
5 #ifndef SOUND_EFFECT_H_
6 #define SOUND_EFFECT_H_
7
8 namespace sound_effect {
9
10 void playLinkEffect();
11
12 } // namespace sound_effect
13
14 #endif /* SOUND_EFFECT_H_ */