Link fix: Make an undefined virtual function pure.
commit99abf2cddf5e6b12ceeb38bd52939cc3ba71b1fe
authorlizeb <lizeb@chromium.org>
Mon, 3 Aug 2015 14:33:14 +0000 (3 07:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 3 Aug 2015 14:33:51 +0000 (3 14:33 +0000)
tree4b1dc203b233768ea707d8829fbd568dd39cc200
parent51bbec7be7014d4d75d39c1a5c27b1ba9ddc3dcd
Link fix: Make an undefined virtual function pure.

Per the ISO C++ standard, all non-pure virtual function should be
defined ([class.virtual/8]). This breaks the orderfile bot linking
step. Make the function pure virtual to fix it.

TBR=nasko@chromium.org

Review URL: https://codereview.chromium.org/1271513003

Cr-Commit-Position: refs/heads/master@{#341526}
content/renderer/android/synchronous_compositor_factory.h