1 : /*
2 : * Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 : * Use of this source code is governed by a BSD-style license that can be
4 : * found in the LICENSE file.
5 : */
6 : #include "native_client/src/shared/platform/nacl_log.h"
7 : #include "native_client/src/trusted/sel_universal/pepper_emu.h"
8 :
9 0 : void PepperEmuInit3D(NaClCommandLoop* ncl, IMultimedia* im) {
10 : UNREFERENCED_PARAMETER(ncl);
11 : UNREFERENCED_PARAMETER(im);
12 0 : NaClLog(LOG_INFO, "Pepper 3D not supported\n");
13 0 : }
|